Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Double signer implementation (testing purposes) #1864

Merged
merged 7 commits into from
Sep 4, 2023
Merged

Double signer implementation (testing purposes) #1864

merged 7 commits into from
Sep 4, 2023

Conversation

dusannosovic-ethernal
Copy link
Contributor

Description

This PR includes code for double signing blocks. This code is only for testing purposes.

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • Hotfix (change that solves an urgent issue, and requires immediate attention)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)

Checklist

  • I have assigned this PR to myself
  • I have added at least 1 reviewer
  • I have added the relevant labels
  • I have updated the official documentation
  • I have added sufficient documentation in code

Testing

  • I have tested this code with the official test suite
  • I have tested this code manually

@dusannosovic-ethernal dusannosovic-ethernal changed the title finished code with logs double-signing-node Aug 31, 2023
@Stefan-Ethernal Stefan-Ethernal changed the title double-signing-node Double signer implementation (testing purposes) Aug 31, 2023
consensus/polybft/transport.go Outdated Show resolved Hide resolved
consensus/polybft/transport.go Outdated Show resolved Hide resolved
consensus/polybft/transport.go Outdated Show resolved Hide resolved
consensus/polybft/transport.go Outdated Show resolved Hide resolved
consensus/polybft/transport.go Outdated Show resolved Hide resolved
consensus/polybft/transport.go Outdated Show resolved Hide resolved
consensus/polybft/transport.go Outdated Show resolved Hide resolved
@Stefan-Ethernal Stefan-Ethernal merged commit f83ada8 into 0xPolygon:feat/double-signer-impl Sep 4, 2023
5 of 6 checks passed
Stefan-Ethernal added a commit that referenced this pull request Sep 5, 2023
* finished code with logs

* Update consensus/polybft/transport.go

Co-authored-by: Stefan Negovanović <[email protected]>

* delete some logs

* Update consensus/polybft/transport.go

Co-authored-by: Stefan Negovanović <[email protected]>

* fix unused imports

* fix wrong logger call

---------

Co-authored-by: Stefan Negovanović <[email protected]>
Stefan-Ethernal added a commit that referenced this pull request Sep 6, 2023
* finished code with logs

* Update consensus/polybft/transport.go

Co-authored-by: Stefan Negovanović <[email protected]>

* delete some logs

* Update consensus/polybft/transport.go

Co-authored-by: Stefan Negovanović <[email protected]>

* fix unused imports

* fix wrong logger call

---------

Co-authored-by: Stefan Negovanović <[email protected]>
Stefan-Ethernal added a commit that referenced this pull request Sep 7, 2023
* Double signer implementation (testing purposes) (#1864)

* finished code with logs

* Update consensus/polybft/transport.go

Co-authored-by: Stefan Negovanović <[email protected]>

* delete some logs

* Update consensus/polybft/transport.go

Co-authored-by: Stefan Negovanović <[email protected]>

* fix unused imports

* fix wrong logger call

---------

Co-authored-by: Stefan Negovanović <[email protected]>

* Use build tags for double signer implementation

* Address comment and rename

---------

Co-authored-by: Dusan Nosovic <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants